home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
arp68-~1.zoo
/
arp.src
/
prg_2ac.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-11-20
|
346 b
|
16 lines
; Program Name: COMBO.S
; aka: PRG_2AC.S
move.l up_1(pc), d0
move.l up_2(pc), d0
move.l #-4, d0
move.l #up_1-up_2,d0 ; (pc) can't be used with the labels here.
move.l up_1-up_2, d0 ; (pc) can't be used with the labels here.
data
pointer: dc.l up_1
up_1: dc.l 5
up_2: dc.l 3
end